home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / include.h / workbench / icon.h next >
Encoding:
C/C++ Source or Header  |  1988-07-15  |  309 b   |  10 lines

  1. #ifndef    WORKBENCH_ICON_H
  2. #define    WORKBENCH_ICON_H
  3. #define    ICONNAME    "icon.library"
  4. struct    WBObject    *GetWBObject(),    *AllocWBObject();
  5. struct    DiskObject    *GetDiskObject();
  6. LONG    PutWBObject(),    PutIcon(),    GetIcon(),    MatchToolValue();
  7. VOID    FreeFreeList(),    FreeWBObject(),    AddFreeList();
  8. char    *FindToolType();
  9. #endif
  10.